home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / German.lproj / SavePanel.strings < prev    next >
Encoding:
Text (UTF-16)  |  1996-08-28  |  2.1 KB  |  42 lines

  1. /* ALERT */
  2. /* Title */
  3. "Nonexistent path" = "Nicht vorhandener Pfad";
  4. /* Message */
  5. "The path %@ does not exist, create it?" = "Der Pfad %@ ist nicht vorhanden. Soll er erstellt werden?";
  6. /* Default Button */
  7. "Create" = "Erstellen";
  8. /* Alternate Button */
  9. "Cancel" = "Abbrechen";
  10.  
  11. /* ALERT */
  12. /* Message */
  13. "Couldn't create path." = "Pfad konnte nicht erstellt werden.";
  14.  
  15. /* ALERT */
  16. /* Title */
  17. "Unknown User Name" = "Unbekannter Benutzername";
  18. /* Message */
  19. "No such user" = "Benutzer unbekannt";
  20.  
  21. /* ALERT */
  22. /* Title */
  23. "Bad path" = "Falscher Pfad";
  24. /* Message */
  25. "%@ is not a directory!" = "%@ ist kein Verzeichnis!";
  26.  
  27.  
  28. /* Title of the SavePanel. */
  29. "Save" = "Sichern";
  30.  
  31. /* The first argument is the filename, the second argument is the directory. */
  32. "The file %1$@ in %2$@ exists. Replace it?" = "Die Datei %1$@ besteht bereits in %2$@. Ersetzen?";
  33.  
  34. /* Button user chooses to overwrite an existing file. */
  35. "Replace" = "Ersetzen";
  36.  
  37. /* Prompt of the SavePanel. */
  38. "Name:" = "Name:";
  39.  
  40. /* The title of the OpenPanel. */
  41. "Open" = "Öffnen";
  42.